home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / HyperCard Goodies / AppleTalk Stuff / HyperAppleTalk / MISC / ErrorStrings.r < prev    next >
Text File  |  1987-09-25  |  3KB  |  152 lines

  1. /*******************************************************************\
  2. *    file:         ErrorStrings.r                                        *
  3. *    version:    0.03                                                 *
  4. *                                                                     *
  5. * Error String Resources for the Appletalk manager                    *
  6. * -----------------------------------------------------------------    *
  7. * By:    Donald Koscheka                                                *
  8. * Date:    25-Sept-87                                                    *
  9. * ©    Copyright 1987, Apple Computer, Inc.                            *
  10. * All Rights Reserved                                                *
  11. *                                                                    *
  12. * -----------------------------------------------------------------    *
  13. *                        Modification History                        *
  14. * -----------------------------------------------------------------    *
  15. *  Date           | By    |                     Description                    *
  16. * -----------------------------------------------------------------    *
  17. * 25-Sep-87    | DK    | file created                                    *
  18. * -----------------------------------------------------------------    *
  19. \*******************************************************************/
  20.  
  21.  
  22. #include "Types.r"
  23.  
  24. resource 'STR '( -3107 ){
  25.         "Bad response from ATPRequest";
  26. };
  27.  
  28. resource 'STR ' ( -3106 ){
  29.         "ATP response message too large";
  30. };
  31.  
  32. resource 'STR ' ( -1099 ){
  33.         "APT bad responding socket";
  34. };
  35.  
  36. resource 'STR ' ( -1100 ){
  37.         "ATP bad sequence number";
  38. };
  39.  
  40. resource 'STR ' ( -3101 ){
  41.         "ALAP frame or DDP datagram too large for buffer";
  42. };
  43.  
  44. resource 'STR ' ( -1102 ){
  45.         "ATP control block not found";
  46. };
  47.  
  48. resource 'STR ' ( -3103 ){
  49.         "DDP bad checksum";
  50. };
  51.  
  52. resource 'STR ' ( -92 ){
  53.         "DDP datagram or ALAP data length too big";
  54. };
  55.  
  56. resource 'STR ' ( -91 ){
  57.         "DDP socket error (-91)";
  58. };
  59.  
  60. resource 'STR ' ( -95 ){
  61.         "ALAP no CTS received (-95)";
  62. };
  63.  
  64. resource 'STR ' ( -3104 ){
  65.         "NBP can't find tuple in buffer";
  66. };
  67.  
  68. resource 'STR ' ( -94 ){
  69.         "ALAP attach/detach error (-94)";
  70. };
  71.  
  72. resource 'STR ' ( -1024 ){
  73.         "NBP buffer overflow";
  74. };
  75.  
  76. resource 'STR ' ( -1026 ){
  77.         "NBP name confirmed for different socket";
  78. };
  79.  
  80. resource 'STR ' ( -1027 ){
  81.         "NBP duplicate name already exists";
  82. };
  83.  
  84. resource 'STR ' ( -1029 ){
  85.         "NBP names information socket error";
  86. };
  87.  
  88. resource 'STR ' ( -1025 ){
  89.         "NBP name not confirmed";
  90. };
  91.  
  92. resource 'STR ' ( -1028 ){
  93.         "NBP name not found";
  94. };
  95.  
  96. resource 'STR ' ( -93 ){
  97.         "No bridge found";
  98. };
  99.  
  100. resource 'STR ' ( -1104 ){
  101.         "Too many outstanding ATP calls";
  102. };
  103.  
  104. resource 'STR ' ( -3102 ){
  105.         "MPP driver not installed";
  106. };
  107.  
  108. resource 'STR ' ( -1101 ){
  109.         "ATP no release received";
  110. };
  111.  
  112. resource 'STR ' ( -1103 ){
  113.         "ATPAddRsp issued before ATPSndRsp";
  114. };
  115.  
  116. resource 'STR ' ( -97 ){
  117.         "Driver open error, port already in use";
  118. };
  119.  
  120. resource 'STR ' ( -98 ){
  121.         "Driver open error, port no configured for this connection";
  122. };
  123.  
  124. resource 'STR ' ( -3105 ){
  125.         "Socket or protocol type invalid or not found in table";
  126. };
  127.  
  128. resource 'STR ' ( -3108 ){
  129.         "ATATPRecord not found";
  130. };
  131.  
  132. resource 'STR ' ( -1105 ){
  133.         "Request Aborted";
  134. };
  135.  
  136. resource 'STR ' ( -1096 ){
  137.         "ATPSndRequest failed: retry count exceeded";
  138. };
  139.  
  140. resource 'STR ' ( -3109 ){
  141.         "Async call aborted - socket was closed before call was completed";
  142. };
  143.  
  144. resource 'STR ' ( -1097 ){
  145.         "ATP too many concurrent requests";
  146. };
  147.  
  148. resource 'STR ' ( -1098 ){
  149.         "ATP too many responding sockets";
  150. };
  151.  
  152.